home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_161.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  680 b   |  22 lines

  1. ISERROR
  2. Determines whether an error has occurred in evaluating an expression.
  3.  
  4. Format: ISERROR (value {,error-type})
  5.  
  6. Arguments:
  7. ΓÇó  value: A numeric or a text expression.
  8. ΓÇó  error-type: Optional. Any of the following predefined errors:
  9. #N/A! - not available
  10. #DIV/0! - divide by zero
  11. #VALUE! - incorrect value
  12. #NUM! - incorrect number
  13. #REF! - reference to incorrect cell
  14. #ARG! - incorrect # of arguments or incorrect argument type
  15. #USER! - user-defined error
  16. #DATE! - incorrect date
  17. #TIME! - incorrect time
  18. #ERROR! - not a true error
  19.  
  20. Example:
  21. ISERROR (K7) returns FALSE.
  22. Shows that no error was encountered when evaluating cell K7, assuming K7 contains text or a valid number.